home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / EXTRAS / TR2LATEX / tr2latex / UMakefile < prev   
Makefile  |  1998-06-11  |  2KB  |  83 lines

  1. # Project:   tr2latex
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IUnix: -pcc -JUnix:  -DACORN  
  6. C++flags = -c -depend !Depend -throwback -IC:
  7. Pascalflags = -c -depend !Depend -throwback -IP:
  8. Linkflags = -c++ -o $@
  9. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  10. CMHGflags = 
  11. LibFileflags = -c -o $@
  12. Squeezeflags = -o $@
  13. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  14.  
  15.  
  16. # Final targets:
  17. @.tr2latex:   @.o.subs @.o.tr @.o.tr2latex @.o.version Unix:o.UnixLib 
  18.         link $(linkflags) @.o.subs @.o.tr @.o.tr2latex @.o.version \
  19.         Unix:o.UnixLib 
  20.  
  21.  
  22. # User-editable dependencies:
  23.  
  24.  
  25. # Static dependencies:
  26. @.o.subs:   @.c.subs
  27.         cc $(ccflags) -o @.o.subs @.c.subs 
  28. @.o.tr:   @.c.tr
  29.         cc $(ccflags) -o @.o.tr @.c.tr 
  30. @.o.tr2latex:   @.c.tr2latex
  31.         cc $(ccflags) -o @.o.tr2latex @.c.tr2latex 
  32. @.o.version:   @.c.version
  33.         cc $(ccflags) -o @.o.version @.c.version 
  34.  
  35.  
  36. # Dynamic dependencies:
  37. o.version:    c.version
  38. o.subs:    c.subs
  39. o.subs:    h.setups
  40. o.subs:    Unix:h.stdio
  41. o.subs:    Unix:unixlib.h.types
  42. o.subs:    Unix:h.stdarg
  43. o.subs:    Unix:h.stddef
  44. o.subs:    Unix:h.ctype
  45. o.subs:    Unix:h.errno
  46. o.subs:    Unix:h.stdlib
  47. o.subs:    Unix:h.alloca
  48. o.subs:    Unix:h.time
  49. o.subs:    Unix:h.string
  50. o.subs:    h.protos
  51. o.subs:    h.simil
  52. o.subs:    h.greek
  53. o.subs:    h.flip
  54. o.subs:    h.forbid
  55. o.subs:    h.maths
  56. o.subs:    h.macros
  57. o.tr:    c.tr
  58. o.tr:    h.setups
  59. o.tr:    Unix:h.stdio
  60. o.tr:    Unix:unixlib.h.types
  61. o.tr:    Unix:h.stdarg
  62. o.tr:    Unix:h.stddef
  63. o.tr:    Unix:h.ctype
  64. o.tr:    Unix:h.errno
  65. o.tr:    Unix:h.stdlib
  66. o.tr:    Unix:h.alloca
  67. o.tr:    Unix:h.time
  68. o.tr:    Unix:h.string
  69. o.tr:    h.protos
  70. o.tr2latex:    c.tr2latex
  71. o.tr2latex:    h.setups
  72. o.tr2latex:    Unix:h.stdio
  73. o.tr2latex:    Unix:unixlib.h.types
  74. o.tr2latex:    Unix:h.stdarg
  75. o.tr2latex:    Unix:h.stddef
  76. o.tr2latex:    Unix:h.ctype
  77. o.tr2latex:    Unix:h.errno
  78. o.tr2latex:    Unix:h.stdlib
  79. o.tr2latex:    Unix:h.alloca
  80. o.tr2latex:    Unix:h.time
  81. o.tr2latex:    Unix:h.string
  82. o.tr2latex:    h.protos
  83.